From ce3e4422fdca7045606c5f7843879199e0397110 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 9 Apr 2004 10:15:08 +0000 Subject: [PATCH] Fix HTML to html for validator --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index ff75cbcf5e..89ac0a9ab5 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -588,7 +588,7 @@ class OutputPage { $ret = ""; } - $ret .= "\n"; + $ret .= "\n"; if ( "" == $this->mHTMLtitle ) { $this->mHTMLtitle = $this->mPagetitle; -- 2.20.1